type golang.org/x/net/http2.writePushPromise

6 uses

	golang.org/x/net/http2 (current package)
		server.go#L1321: 	if wpp, ok := wr.write.(*writePushPromise); ok {
		server.go#L3249: 		write: &writePushPromise{
		write.go#L262: type writePushPromise struct {
		write.go#L274: func (w *writePushPromise) staysWithinBuffer(max int) bool {
		write.go#L279: func (w *writePushPromise) writeFrame(ctx writeContext) error {
		write.go#L297: func (w *writePushPromise) writeHeaderBlock(ctx writeContext, frag []byte, firstFrag, lastFrag bool) error {